//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Wavves','The Loft - Atlanta','Atlanta, GA','Tuesday','7/15/2025','8:00 PM','7068761','Wavves-7-15-2025'],['Harbour','The Loft - Atlanta','Atlanta, GA','Saturday','8/2/2025','8:00 PM','7100077','Harbour-8-2-2025'],['Molly Santana','The Loft - Atlanta','Atlanta, GA','Sunday','8/3/2025','8:00 PM','7203591','Molly-Santana-8-3-2025'],['KenTheMan','The Loft - Atlanta','Atlanta, GA','Monday','8/4/2025','8:00 PM','7144985','KenTheMan-8-4-2025'],['Autoheart','The Loft - Atlanta','Atlanta, GA','Monday','9/8/2025','8:00 PM','7104284','Autoheart-9-8-2025'],['Butcher Brown','The Loft - Atlanta','Atlanta, GA','Tuesday','9/16/2025','8:00 PM','7144034','Butcher-Brown-9-16-2025'],['Aidan Bissett','The Loft - Atlanta','Atlanta, GA','Thursday','9/25/2025','8:00 PM','7148391','Aidan-Bissett-9-25-2025'],['Nate Sib','The Loft - Atlanta','Atlanta, GA','Tuesday','9/30/2025','8:00 PM','7241530','Nate-Sib-9-30-2025'],['North Mississippi Allstars','The Loft - Atlanta','Atlanta, GA','Friday','10/10/2025','8:00 PM','7157682','North-Mississippi-Allstars-10-10-2025'],['The Bridge City Sinners','The Loft - Atlanta','Atlanta, GA','Saturday','10/11/2025','7:00 PM','7157872','The-Bridge-City-Sinners-10-11-2025'],['Christian Kuria','The Loft - Atlanta','Atlanta, GA','Thursday','10/16/2025','8:00 PM','7097147','Christian-Kuria-10-16-2025'],['Infinity Song','The Loft - Atlanta','Atlanta, GA','Friday','10/17/2025','8:00 PM','7050590','Infinity-Song-10-17-2025'],['Cochise','The Loft - Atlanta','Atlanta, GA','Saturday','10/18/2025','8:00 PM','6839967','Cochise-10-18-2025'],['Between Friends','The Loft - Atlanta','Atlanta, GA','Sunday','10/19/2025','8:00 PM','7216736','Between-Friends-10-19-2025'],['Xana','The Loft - Atlanta','Atlanta, GA','Wednesday','10/22/2025','8:00 PM','7120692','Xana-10-22-2025'],['Signs of The Swarm','The Loft - Atlanta','Atlanta, GA','Saturday','10/25/2025','6:00 PM','7134995','Signs-of-The-Swarm-10-25-2025'],['Saturdays at Your Place','The Loft - Atlanta','Atlanta, GA','Saturday','11/8/2025','8:00 PM','7260281','Saturdays-at-Your-Place-11-8-2025'],['The Altons & Thee Sinseers','The Loft - Atlanta','Atlanta, GA','Wednesday','11/12/2025','8:00 PM','7241586','The-Altons---Thee-Sinseers-11-12-2025'],['The Motet','The Loft - Atlanta','Atlanta, GA','Friday','11/14/2025','8:00 PM','7240080','The-Motet-11-14-2025']],'The Loft Atlanta','http://www.ticketnetwork.com/ticket/The-Loft-Atlanta-events.aspx');